projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
370226a
)
Seal priv pointer in GtkIconTheme.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:45 +0000
(11:04 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:04:45 +0000
(11:04 +0000)
svn path=/trunk/; revision=20565
gtk/gtkicontheme.h
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.h
b/gtk/gtkicontheme.h
index ec8154394cdab43c3ca5380330a38a6ae6c748d9..74f6e300777bce00666b4e85d38427410b569545 100644
(file)
--- a/
gtk/gtkicontheme.h
+++ b/
gtk/gtkicontheme.h
@@
-49,7
+49,7
@@
struct _GtkIconTheme
/*< private >*/
GObject parent_instance;
- GtkIconThemePrivate *
priv
;
+ GtkIconThemePrivate *
GSEAL (priv)
;
};
struct _GtkIconThemeClass